'宣言 Function MoveAsync( _ ByVal fromIndex As System.Integer, _ ByVal toIndex As System.Integer, _ Optional ByVal cancellationToken As System.Threading.CancellationToken _ ) As System.Threading.Tasks.Task
System.Threading.Tasks.Task MoveAsync( System.int fromIndex, System.int toIndex, System.Threading.CancellationToken cancellationToken )
パラメータ
- fromIndex
- From index.
- toIndex
- To index.
- cancellationToken
- The cancellation token.